home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
EDUCHERS
/
AEIUS.LZH
/
SELHD.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-11-13
|
326b
|
20 lines
if %1==b goto a
if %1==c goto a
if %1==d goto a
if %1==e goto a
goto error
:a
del b
del c
del d
del e
copy drive %1
goto end
:error
REM HARD DISK DRIVE NOT SELECTED. DRIVE NAME MISSING.
rem *******use lower case letters only for selhd command******
goto n
:end
REM HARD DISK SELECTED TO BE DRIVE %1:
:n